home *** CD-ROM | disk | FTP | other *** search
/ Jasper Idol Series 1: Taeko Nishino / Jasper Idol Series 1: Taeko Nishino - Disc 2.iso / DATA / PICT-M / 00018.ls < prev    next >
Encoding:
Text File  |  1995-06-16  |  1.0 KB  |  35 lines

  1. on checkm2
  2.   if the soundBusy of 1 = 1 then
  3.     nothing()
  4.   else
  5.     sound playFile 1, "TAEKO:DATA:SOUND:I_MENU.AIFF"
  6.   end if
  7. end
  8.  
  9. on setcursor
  10.   set the cursor of sprite 3 to 280
  11.   set the cursor of sprite 4 to 280
  12.   set the cursor of sprite 5 to 280
  13.   set the cursor of sprite 6 to 280
  14.   set the cursor of sprite 7 to 280
  15.   set the cursor of sprite 8 to 280
  16.   set the cursor of sprite 9 to 280
  17.   set the cursor of sprite 10 to 280
  18.   set the cursor of sprite 11 to 280
  19.   set the cursor of sprite 12 to 280
  20.   set the cursor of sprite 13 to 280
  21.   set the cursor of sprite 14 to 280
  22.   set the cursor of sprite 15 to 280
  23.   set the cursor of sprite 16 to 280
  24.   set the cursor of sprite 17 to 280
  25.   set the cursor of sprite 18 to 280
  26.   set the cursor of sprite 19 to 280
  27.   set the cursor of sprite 20 to 280
  28.   set the cursor of sprite 21 to 280
  29.   set the cursor of sprite 22 to 280
  30.   set the cursor of sprite 23 to 280
  31.   set the cursor of sprite 24 to 280
  32.   set the cursor of sprite 25 to 280
  33.   set the cursor of sprite 26 to 280
  34. end
  35.